\(\int \sin ^3(e+f x) (a+b \sin ^2(e+f x))^{3/2} \, dx\) [132]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F(-1)]
   Maxima [A] (verification not implemented)
   Giac [B] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 25, antiderivative size = 169 \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\frac {(a-5 b) (a+b)^2 \arctan \left (\frac {\sqrt {b} \cos (e+f x)}{\sqrt {a+b-b \cos ^2(e+f x)}}\right )}{16 b^{3/2} f}+\frac {(a-5 b) (a+b) \cos (e+f x) \sqrt {a+b-b \cos ^2(e+f x)}}{16 b f}+\frac {(a-5 b) \cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{3/2}}{24 b f}-\frac {\cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{5/2}}{6 b f} \]

[Out]

1/16*(a-5*b)*(a+b)^2*arctan(cos(f*x+e)*b^(1/2)/(a+b-b*cos(f*x+e)^2)^(1/2))/b^(3/2)/f+1/24*(a-5*b)*cos(f*x+e)*(
a+b-b*cos(f*x+e)^2)^(3/2)/b/f-1/6*cos(f*x+e)*(a+b-b*cos(f*x+e)^2)^(5/2)/b/f+1/16*(a-5*b)*(a+b)*cos(f*x+e)*(a+b
-b*cos(f*x+e)^2)^(1/2)/b/f

Rubi [A] (verified)

Time = 0.10 (sec) , antiderivative size = 169, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {3265, 396, 201, 223, 209} \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\frac {(a-5 b) (a+b)^2 \arctan \left (\frac {\sqrt {b} \cos (e+f x)}{\sqrt {a-b \cos ^2(e+f x)+b}}\right )}{16 b^{3/2} f}-\frac {\cos (e+f x) \left (a-b \cos ^2(e+f x)+b\right )^{5/2}}{6 b f}+\frac {(a-5 b) \cos (e+f x) \left (a-b \cos ^2(e+f x)+b\right )^{3/2}}{24 b f}+\frac {(a-5 b) (a+b) \cos (e+f x) \sqrt {a-b \cos ^2(e+f x)+b}}{16 b f} \]

[In]

Int[Sin[e + f*x]^3*(a + b*Sin[e + f*x]^2)^(3/2),x]

[Out]

((a - 5*b)*(a + b)^2*ArcTan[(Sqrt[b]*Cos[e + f*x])/Sqrt[a + b - b*Cos[e + f*x]^2]])/(16*b^(3/2)*f) + ((a - 5*b
)*(a + b)*Cos[e + f*x]*Sqrt[a + b - b*Cos[e + f*x]^2])/(16*b*f) + ((a - 5*b)*Cos[e + f*x]*(a + b - b*Cos[e + f
*x]^2)^(3/2))/(24*b*f) - (Cos[e + f*x]*(a + b - b*Cos[e + f*x]^2)^(5/2))/(6*b*f)

Rule 201

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x*((a + b*x^n)^p/(n*p + 1)), x] + Dist[a*n*(p/(n*p + 1)),
 Int[(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && GtQ[p, 0] && (IntegerQ[2*p] || (EqQ[n, 2
] && IntegerQ[4*p]) || (EqQ[n, 2] && IntegerQ[3*p]) || LtQ[Denominator[p + 1/n], Denominator[p]])

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 223

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 396

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[d*x*((a + b*x^n)^(p + 1)/(b*(n*(
p + 1) + 1))), x] - Dist[(a*d - b*c*(n*(p + 1) + 1))/(b*(n*(p + 1) + 1)), Int[(a + b*x^n)^p, x], x] /; FreeQ[{
a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && NeQ[n*(p + 1) + 1, 0]

Rule 3265

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Cos[e + f*x], x]}, Dist[-ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b - b*ff^2*x^2)^p, x], x, Cos
[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps \begin{align*} \text {integral}& = -\frac {\text {Subst}\left (\int \left (1-x^2\right ) \left (a+b-b x^2\right )^{3/2} \, dx,x,\cos (e+f x)\right )}{f} \\ & = -\frac {\cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{5/2}}{6 b f}+\frac {(a-5 b) \text {Subst}\left (\int \left (a+b-b x^2\right )^{3/2} \, dx,x,\cos (e+f x)\right )}{6 b f} \\ & = \frac {(a-5 b) \cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{3/2}}{24 b f}-\frac {\cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{5/2}}{6 b f}+\frac {((a-5 b) (a+b)) \text {Subst}\left (\int \sqrt {a+b-b x^2} \, dx,x,\cos (e+f x)\right )}{8 b f} \\ & = \frac {(a-5 b) (a+b) \cos (e+f x) \sqrt {a+b-b \cos ^2(e+f x)}}{16 b f}+\frac {(a-5 b) \cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{3/2}}{24 b f}-\frac {\cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{5/2}}{6 b f}+\frac {\left ((a-5 b) (a+b)^2\right ) \text {Subst}\left (\int \frac {1}{\sqrt {a+b-b x^2}} \, dx,x,\cos (e+f x)\right )}{16 b f} \\ & = \frac {(a-5 b) (a+b) \cos (e+f x) \sqrt {a+b-b \cos ^2(e+f x)}}{16 b f}+\frac {(a-5 b) \cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{3/2}}{24 b f}-\frac {\cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{5/2}}{6 b f}+\frac {\left ((a-5 b) (a+b)^2\right ) \text {Subst}\left (\int \frac {1}{1+b x^2} \, dx,x,\frac {\cos (e+f x)}{\sqrt {a+b-b \cos ^2(e+f x)}}\right )}{16 b f} \\ & = \frac {(a-5 b) (a+b)^2 \arctan \left (\frac {\sqrt {b} \cos (e+f x)}{\sqrt {a+b-b \cos ^2(e+f x)}}\right )}{16 b^{3/2} f}+\frac {(a-5 b) (a+b) \cos (e+f x) \sqrt {a+b-b \cos ^2(e+f x)}}{16 b f}+\frac {(a-5 b) \cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{3/2}}{24 b f}-\frac {\cos (e+f x) \left (a+b-b \cos ^2(e+f x)\right )^{5/2}}{6 b f} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.70 (sec) , antiderivative size = 152, normalized size of antiderivative = 0.90 \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\frac {-\frac {\cos (e+f x) \sqrt {2 a+b-b \cos (2 (e+f x))} \left (3 a^2+29 a b+23 b^2-b (7 a+9 b) \cos (2 (e+f x))+b^2 \cos (4 (e+f x))\right )}{3 \sqrt {2} b}+\frac {(a+b)^2 (-a+5 b) \log \left (\sqrt {2} \sqrt {-b} \cos (e+f x)+\sqrt {2 a+b-b \cos (2 (e+f x))}\right )}{(-b)^{3/2}}}{16 f} \]

[In]

Integrate[Sin[e + f*x]^3*(a + b*Sin[e + f*x]^2)^(3/2),x]

[Out]

(-1/3*(Cos[e + f*x]*Sqrt[2*a + b - b*Cos[2*(e + f*x)]]*(3*a^2 + 29*a*b + 23*b^2 - b*(7*a + 9*b)*Cos[2*(e + f*x
)] + b^2*Cos[4*(e + f*x)]))/(Sqrt[2]*b) + ((a + b)^2*(-a + 5*b)*Log[Sqrt[2]*Sqrt[-b]*Cos[e + f*x] + Sqrt[2*a +
 b - b*Cos[2*(e + f*x)]]])/(-b)^(3/2))/(16*f)

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(445\) vs. \(2(149)=298\).

Time = 1.08 (sec) , antiderivative size = 446, normalized size of antiderivative = 2.64

method result size
default \(-\frac {\sqrt {\left (\cos ^{2}\left (f x +e \right )\right ) \left (a +b \left (\sin ^{2}\left (f x +e \right )\right )\right )}\, \left (16 b^{\frac {7}{2}} \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}\, \left (\cos ^{4}\left (f x +e \right )\right )-4 b^{\frac {5}{2}} \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}\, \left (13 b +7 a \right ) \left (\cos ^{2}\left (f x +e \right )\right )+66 b^{\frac {7}{2}} \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}+72 a \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}\, b^{\frac {5}{2}}+6 a^{2} \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}\, b^{\frac {3}{2}}+3 \arctan \left (\frac {-2 b \left (\cos ^{2}\left (f x +e \right )\right )+a +b}{2 \sqrt {b}\, \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}}\right ) a^{3} b -9 \arctan \left (\frac {-2 b \left (\cos ^{2}\left (f x +e \right )\right )+a +b}{2 \sqrt {b}\, \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}}\right ) a^{2} b^{2}-27 b^{3} \arctan \left (\frac {-2 b \left (\cos ^{2}\left (f x +e \right )\right )+a +b}{2 \sqrt {b}\, \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}}\right ) a -15 b^{4} \arctan \left (\frac {-2 b \left (\cos ^{2}\left (f x +e \right )\right )+a +b}{2 \sqrt {b}\, \sqrt {-b \left (\cos ^{4}\left (f x +e \right )\right )+\left (a +b \right ) \left (\cos ^{2}\left (f x +e \right )\right )}}\right )\right )}{96 b^{\frac {5}{2}} \cos \left (f x +e \right ) \sqrt {a +b \left (\sin ^{2}\left (f x +e \right )\right )}\, f}\) \(446\)

[In]

int(sin(f*x+e)^3*(a+b*sin(f*x+e)^2)^(3/2),x,method=_RETURNVERBOSE)

[Out]

-1/96*(cos(f*x+e)^2*(a+b*sin(f*x+e)^2))^(1/2)*(16*b^(7/2)*(-b*cos(f*x+e)^4+(a+b)*cos(f*x+e)^2)^(1/2)*cos(f*x+e
)^4-4*b^(5/2)*(-b*cos(f*x+e)^4+(a+b)*cos(f*x+e)^2)^(1/2)*(13*b+7*a)*cos(f*x+e)^2+66*b^(7/2)*(-b*cos(f*x+e)^4+(
a+b)*cos(f*x+e)^2)^(1/2)+72*a*(-b*cos(f*x+e)^4+(a+b)*cos(f*x+e)^2)^(1/2)*b^(5/2)+6*a^2*(-b*cos(f*x+e)^4+(a+b)*
cos(f*x+e)^2)^(1/2)*b^(3/2)+3*arctan(1/2*(-2*b*cos(f*x+e)^2+a+b)/b^(1/2)/(-b*cos(f*x+e)^4+(a+b)*cos(f*x+e)^2)^
(1/2))*a^3*b-9*arctan(1/2*(-2*b*cos(f*x+e)^2+a+b)/b^(1/2)/(-b*cos(f*x+e)^4+(a+b)*cos(f*x+e)^2)^(1/2))*a^2*b^2-
27*b^3*arctan(1/2*(-2*b*cos(f*x+e)^2+a+b)/b^(1/2)/(-b*cos(f*x+e)^4+(a+b)*cos(f*x+e)^2)^(1/2))*a-15*b^4*arctan(
1/2*(-2*b*cos(f*x+e)^2+a+b)/b^(1/2)/(-b*cos(f*x+e)^4+(a+b)*cos(f*x+e)^2)^(1/2)))/b^(5/2)/cos(f*x+e)/(a+b*sin(f
*x+e)^2)^(1/2)/f

Fricas [A] (verification not implemented)

none

Time = 1.22 (sec) , antiderivative size = 579, normalized size of antiderivative = 3.43 \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\left [\frac {3 \, {\left (a^{3} - 3 \, a^{2} b - 9 \, a b^{2} - 5 \, b^{3}\right )} \sqrt {-b} \log \left (128 \, b^{4} \cos \left (f x + e\right )^{8} - 256 \, {\left (a b^{3} + b^{4}\right )} \cos \left (f x + e\right )^{6} + 160 \, {\left (a^{2} b^{2} + 2 \, a b^{3} + b^{4}\right )} \cos \left (f x + e\right )^{4} + a^{4} + 4 \, a^{3} b + 6 \, a^{2} b^{2} + 4 \, a b^{3} + b^{4} - 32 \, {\left (a^{3} b + 3 \, a^{2} b^{2} + 3 \, a b^{3} + b^{4}\right )} \cos \left (f x + e\right )^{2} + 8 \, {\left (16 \, b^{3} \cos \left (f x + e\right )^{7} - 24 \, {\left (a b^{2} + b^{3}\right )} \cos \left (f x + e\right )^{5} + 10 \, {\left (a^{2} b + 2 \, a b^{2} + b^{3}\right )} \cos \left (f x + e\right )^{3} - {\left (a^{3} + 3 \, a^{2} b + 3 \, a b^{2} + b^{3}\right )} \cos \left (f x + e\right )\right )} \sqrt {-b \cos \left (f x + e\right )^{2} + a + b} \sqrt {-b}\right ) - 8 \, {\left (8 \, b^{3} \cos \left (f x + e\right )^{5} - 2 \, {\left (7 \, a b^{2} + 13 \, b^{3}\right )} \cos \left (f x + e\right )^{3} + 3 \, {\left (a^{2} b + 12 \, a b^{2} + 11 \, b^{3}\right )} \cos \left (f x + e\right )\right )} \sqrt {-b \cos \left (f x + e\right )^{2} + a + b}}{384 \, b^{2} f}, -\frac {3 \, {\left (a^{3} - 3 \, a^{2} b - 9 \, a b^{2} - 5 \, b^{3}\right )} \sqrt {b} \arctan \left (\frac {{\left (8 \, b^{2} \cos \left (f x + e\right )^{4} - 8 \, {\left (a b + b^{2}\right )} \cos \left (f x + e\right )^{2} + a^{2} + 2 \, a b + b^{2}\right )} \sqrt {-b \cos \left (f x + e\right )^{2} + a + b} \sqrt {b}}{4 \, {\left (2 \, b^{3} \cos \left (f x + e\right )^{5} - 3 \, {\left (a b^{2} + b^{3}\right )} \cos \left (f x + e\right )^{3} + {\left (a^{2} b + 2 \, a b^{2} + b^{3}\right )} \cos \left (f x + e\right )\right )}}\right ) + 4 \, {\left (8 \, b^{3} \cos \left (f x + e\right )^{5} - 2 \, {\left (7 \, a b^{2} + 13 \, b^{3}\right )} \cos \left (f x + e\right )^{3} + 3 \, {\left (a^{2} b + 12 \, a b^{2} + 11 \, b^{3}\right )} \cos \left (f x + e\right )\right )} \sqrt {-b \cos \left (f x + e\right )^{2} + a + b}}{192 \, b^{2} f}\right ] \]

[In]

integrate(sin(f*x+e)^3*(a+b*sin(f*x+e)^2)^(3/2),x, algorithm="fricas")

[Out]

[1/384*(3*(a^3 - 3*a^2*b - 9*a*b^2 - 5*b^3)*sqrt(-b)*log(128*b^4*cos(f*x + e)^8 - 256*(a*b^3 + b^4)*cos(f*x +
e)^6 + 160*(a^2*b^2 + 2*a*b^3 + b^4)*cos(f*x + e)^4 + a^4 + 4*a^3*b + 6*a^2*b^2 + 4*a*b^3 + b^4 - 32*(a^3*b +
3*a^2*b^2 + 3*a*b^3 + b^4)*cos(f*x + e)^2 + 8*(16*b^3*cos(f*x + e)^7 - 24*(a*b^2 + b^3)*cos(f*x + e)^5 + 10*(a
^2*b + 2*a*b^2 + b^3)*cos(f*x + e)^3 - (a^3 + 3*a^2*b + 3*a*b^2 + b^3)*cos(f*x + e))*sqrt(-b*cos(f*x + e)^2 +
a + b)*sqrt(-b)) - 8*(8*b^3*cos(f*x + e)^5 - 2*(7*a*b^2 + 13*b^3)*cos(f*x + e)^3 + 3*(a^2*b + 12*a*b^2 + 11*b^
3)*cos(f*x + e))*sqrt(-b*cos(f*x + e)^2 + a + b))/(b^2*f), -1/192*(3*(a^3 - 3*a^2*b - 9*a*b^2 - 5*b^3)*sqrt(b)
*arctan(1/4*(8*b^2*cos(f*x + e)^4 - 8*(a*b + b^2)*cos(f*x + e)^2 + a^2 + 2*a*b + b^2)*sqrt(-b*cos(f*x + e)^2 +
 a + b)*sqrt(b)/(2*b^3*cos(f*x + e)^5 - 3*(a*b^2 + b^3)*cos(f*x + e)^3 + (a^2*b + 2*a*b^2 + b^3)*cos(f*x + e))
) + 4*(8*b^3*cos(f*x + e)^5 - 2*(7*a*b^2 + 13*b^3)*cos(f*x + e)^3 + 3*(a^2*b + 12*a*b^2 + 11*b^3)*cos(f*x + e)
)*sqrt(-b*cos(f*x + e)^2 + a + b))/(b^2*f)]

Sympy [F(-1)]

Timed out. \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\text {Timed out} \]

[In]

integrate(sin(f*x+e)**3*(a+b*sin(f*x+e)**2)**(3/2),x)

[Out]

Timed out

Maxima [A] (verification not implemented)

none

Time = 0.35 (sec) , antiderivative size = 248, normalized size of antiderivative = 1.47 \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\frac {\frac {3 \, {\left (a + b\right )}^{2} a \arcsin \left (\frac {b \cos \left (f x + e\right )}{\sqrt {{\left (a + b\right )} b}}\right )}{b^{\frac {3}{2}}} + \frac {3 \, {\left (a + b\right )}^{2} \arcsin \left (\frac {b \cos \left (f x + e\right )}{\sqrt {{\left (a + b\right )} b}}\right )}{\sqrt {b}} - \frac {18 \, {\left (a + b\right )} a \arcsin \left (\frac {b \cos \left (f x + e\right )}{\sqrt {{\left (a + b\right )} b}}\right )}{\sqrt {b}} - 18 \, {\left (a + b\right )} \sqrt {b} \arcsin \left (\frac {b \cos \left (f x + e\right )}{\sqrt {{\left (a + b\right )} b}}\right ) - 12 \, {\left (-b \cos \left (f x + e\right )^{2} + a + b\right )}^{\frac {3}{2}} \cos \left (f x + e\right ) - 18 \, \sqrt {-b \cos \left (f x + e\right )^{2} + a + b} {\left (a + b\right )} \cos \left (f x + e\right ) - \frac {8 \, {\left (-b \cos \left (f x + e\right )^{2} + a + b\right )}^{\frac {5}{2}} \cos \left (f x + e\right )}{b} + \frac {2 \, {\left (-b \cos \left (f x + e\right )^{2} + a + b\right )}^{\frac {3}{2}} {\left (a + b\right )} \cos \left (f x + e\right )}{b} + \frac {3 \, \sqrt {-b \cos \left (f x + e\right )^{2} + a + b} {\left (a + b\right )}^{2} \cos \left (f x + e\right )}{b}}{48 \, f} \]

[In]

integrate(sin(f*x+e)^3*(a+b*sin(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

1/48*(3*(a + b)^2*a*arcsin(b*cos(f*x + e)/sqrt((a + b)*b))/b^(3/2) + 3*(a + b)^2*arcsin(b*cos(f*x + e)/sqrt((a
 + b)*b))/sqrt(b) - 18*(a + b)*a*arcsin(b*cos(f*x + e)/sqrt((a + b)*b))/sqrt(b) - 18*(a + b)*sqrt(b)*arcsin(b*
cos(f*x + e)/sqrt((a + b)*b)) - 12*(-b*cos(f*x + e)^2 + a + b)^(3/2)*cos(f*x + e) - 18*sqrt(-b*cos(f*x + e)^2
+ a + b)*(a + b)*cos(f*x + e) - 8*(-b*cos(f*x + e)^2 + a + b)^(5/2)*cos(f*x + e)/b + 2*(-b*cos(f*x + e)^2 + a
+ b)^(3/2)*(a + b)*cos(f*x + e)/b + 3*sqrt(-b*cos(f*x + e)^2 + a + b)*(a + b)^2*cos(f*x + e)/b)/f

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 5251 vs. \(2 (149) = 298\).

Time = 0.93 (sec) , antiderivative size = 5251, normalized size of antiderivative = 31.07 \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\text {Too large to display} \]

[In]

integrate(sin(f*x+e)^3*(a+b*sin(f*x+e)^2)^(3/2),x, algorithm="giac")

[Out]

-1/24*(3*(a^3 - 3*a^2*b - 9*a*b^2 - 5*b^3)*arctan(-1/2*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x +
1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a) + sqrt(a))/sqrt(b))/b^(3/2) - 2*(3*(sq
rt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x +
1/2*e)^2 + a))^11*a^3 - 9*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x +
1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^11*a^2*b - 27*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x
 + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^11*a*b^2 - 15*(sqrt(a)*tan(1/2*f*x
 + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^11
*b^3 + 33*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*t
an(1/2*f*x + 1/2*e)^2 + a))^10*a^(7/2) + 93*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 +
2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^10*a^(5/2)*b - 297*(sqrt(a)*tan(1/2*f*x + 1/2*e)
^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^10*a^(3/2)*
b^2 - 165*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*t
an(1/2*f*x + 1/2*e)^2 + a))^10*sqrt(a)*b^3 + 165*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)
^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^9*a^4 + 1237*(sqrt(a)*tan(1/2*f*x + 1/2*e)^
2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^9*a^3*b + 61
5*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f
*x + 1/2*e)^2 + a))^9*a^2*b^2 - 1437*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan
(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^9*a*b^3 - 340*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*
tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^9*b^4 + 495*(sqrt(a)*ta
n(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2
 + a))^8*a^(9/2) + 5463*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/
2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^8*a^(7/2)*b + 11373*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2
*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^8*a^(5/2)*b^2 + 4305*(sqrt(a)*
tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)
^2 + a))^8*a^(3/2)*b^3 - 3060*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*
x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^8*sqrt(a)*b^4 + 990*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*t
an(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^7*a^5 + 13302*(sqrt(a)*t
an(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^
2 + a))^7*a^4*b + 43362*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/
2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^7*a^3*b^2 + 49146*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f
*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^7*a^2*b^3 + 16464*(sqrt(a)*tan(1
/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 +
a))^7*a*b^4 - 3168*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^
2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^7*b^5 + 1386*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e
)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^6*a^(11/2) + 20370*(sqrt(a)*tan(1/2*f*x +
1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^6*a^(
9/2)*b + 86646*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 +
4*b*tan(1/2*f*x + 1/2*e)^2 + a))^6*a^(7/2)*b^2 + 148926*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x +
 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^6*a^(5/2)*b^3 + 106832*(sqrt(a)*tan(
1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 +
 a))^6*a^(3/2)*b^4 + 26976*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x +
 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^6*sqrt(a)*b^5 + 1386*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan
(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^5*a^6 + 20538*(sqrt(a)*tan
(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2
+ a))^5*a^5*b + 106302*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2
*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^5*a^4*b^2 + 243990*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f
*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^5*a^3*b^3 + 255432*(sqrt(a)*tan(
1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 +
 a))^5*a^2*b^4 + 113568*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/
2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^5*a*b^5 + 12672*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x
 + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^5*b^6 + 990*(sqrt(a)*tan(1/2*f*x +
 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^4*a^
(13/2) + 13662*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 +
4*b*tan(1/2*f*x + 1/2*e)^2 + a))^4*a^(11/2)*b + 84330*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1
/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^4*a^(9/2)*b^2 + 253458*(sqrt(a)*tan(1/
2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a
))^4*a^(7/2)*b^3 + 373128*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x +
1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^4*a^(5/2)*b^4 + 248928*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*ta
n(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^4*a^(3/2)*b^5 + 63360*(sq
rt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x +
1/2*e)^2 + a))^4*sqrt(a)*b^6 + 495*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1
/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^3*a^7 + 5763*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan
(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^3*a^6*b + 43593*(sqrt(a)*t
an(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^
2 + a))^3*a^5*b^2 + 176805*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x +
 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^3*a^4*b^3 + 367824*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1
/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^3*a^3*b^4 + 376032*(sqrt(a)*
tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)
^2 + a))^3*a^2*b^5 + 165888*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x
+ 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^3*a*b^6 + 21760*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2
*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^3*b^7 + 165*(sqrt(a)*tan(1/2*f
*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^
2*a^(15/2) + 1377*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2
 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^2*a^(13/2)*b + 14307*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x
+ 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^2*a^(11/2)*b^2 + 82071*(sqrt(a)*tan
(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2
+ a))^2*a^(9/2)*b^3 + 235728*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x
 + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^2*a^(7/2)*b^4 + 348192*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a
*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^2*a^(5/2)*b^5 + 244224
*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*
x + 1/2*e)^2 + a))^2*a^(3/2)*b^6 + 65280*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a
*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))^2*sqrt(a)*b^7 + 33*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2
- sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))*a^8 + 129*(sqr
t(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1
/2*e)^2 + a))*a^7*b + 2763*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x +
 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))*a^6*b^2 + 23031*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*
f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))*a^5*b^3 + 87660*(sqrt(a)*tan(1/
2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a
))*a^4*b^4 + 177120*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)
^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))*a^3*b^5 + 190080*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x +
1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))*a^2*b^6 + 92928*(sqrt(a)*tan(1/2*f*x
+ 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))*a*b
^7 + 15360*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*
tan(1/2*f*x + 1/2*e)^2 + a))*b^8 + 3*a^(17/2) - 5*a^(15/2)*b + 249*a^(13/2)*b^2 + 2925*a^(11/2)*b^3 + 14412*a^
(9/2)*b^4 + 39456*a^(7/2)*b^5 + 61056*a^(5/2)*b^6 + 49408*a^(3/2)*b^7 + 15360*sqrt(a)*b^8)/(((sqrt(a)*tan(1/2*
f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(1/2*f*x + 1/2*e)^2 + a))
^2 + 2*(sqrt(a)*tan(1/2*f*x + 1/2*e)^2 - sqrt(a*tan(1/2*f*x + 1/2*e)^4 + 2*a*tan(1/2*f*x + 1/2*e)^2 + 4*b*tan(
1/2*f*x + 1/2*e)^2 + a))*sqrt(a) + a + 4*b)^6*b))/f

Mupad [F(-1)]

Timed out. \[ \int \sin ^3(e+f x) \left (a+b \sin ^2(e+f x)\right )^{3/2} \, dx=\int {\sin \left (e+f\,x\right )}^3\,{\left (b\,{\sin \left (e+f\,x\right )}^2+a\right )}^{3/2} \,d x \]

[In]

int(sin(e + f*x)^3*(a + b*sin(e + f*x)^2)^(3/2),x)

[Out]

int(sin(e + f*x)^3*(a + b*sin(e + f*x)^2)^(3/2), x)